home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
AdobeExamples
/
NX_Hello
/
ReadMe
< prev
next >
Wrap
Text File
|
1995-06-12
|
697b
|
14 lines
README file for the HelloWorld application.
The HelloWorld application is an introductory application where the main intent
is to introduce InterfaceBuilder, the Application Kit and drawing in a subclass of
the view Object. The main menu of the application contains four items, Hello World,
Clear, Hide and Quit. When the Hello World is selected, the string "Hello
World" is drawn in the main window. Clear clears the window and Hide and Quit
hide and quit the application.
The WorldView class is the only special class used in this application. The other
classes are from the Application Kit. The drawing is placed in the drawSelf:: method
and single operator calls are used for the drawing.